home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / wot-20080519-fx.xpi / chrome / wot.jar / skin / include / blocked.css next >
Cascading Style Sheet File  |  2008-05-07  |  2KB  |  74 lines

  1. body {
  2.     background-color: #f7f7f7;
  3. }
  4. #blocked {
  5.     color: #6a6a6a;
  6.     font-family: Arial, sans-serif;
  7.     font-size: 14px;
  8.     position: fixed;
  9.     text-align: center;
  10.     top: 10%;
  11.     width: 100%;
  12. }
  13. #header {
  14.     margin-bottom: 20px;
  15. }
  16. #website, #based {
  17.     display: inline;
  18. }
  19. #website.set {
  20.     font-weight: bold;
  21. }
  22. #ratings {
  23.     display: block;
  24.     margin: 0 auto;
  25.     padding-bottom: 20px;
  26.     padding-left: 106px;
  27.     padding-top: 20px;
  28.     text-align: left;
  29.     width: 250px;
  30. }
  31. .rating {
  32.     background: url("chrome://wot/skin/fusion/32_32/no_rep_available.png") top left no-repeat;
  33.     color: #838383;
  34.     font-size: 12px;
  35.     height: 34px;
  36.     padding-left: 36px;
  37.     padding-top: 9px;
  38. }
  39. .rating.r3 {
  40.     background: url("chrome://wot/skin/fusion/32_32/caution.png") top left no-repeat;
  41. }
  42. .rating.r2 {
  43.     background: url("chrome://wot/skin/fusion/32_32/not_safe.png") top left no-repeat;
  44. }
  45. .rating.r1 {
  46.     background: url("chrome://wot/skin/fusion/32_32/danger.png") top left no-repeat;
  47. }
  48. .rating.accessible {
  49.     background: url("chrome://wot/skin/fusion/accessible/32_32/no_rep_available.png") top left no-repeat;
  50. }
  51. .rating.r3.accessible {
  52.     background: url("chrome://wot/skin/fusion/accessible/32_32/caution.png") top left no-repeat;
  53. }
  54. .rating.r2.accessible {
  55.     background: url("chrome://wot/skin/fusion/accessible/32_32/not_safe.png") top left no-repeat;
  56. }
  57. .rating.r1.accessible {
  58.     background: url("chrome://wot/skin/fusion/accessible/32_32/danger.png") top left no-repeat;
  59. }
  60. .your-text {
  61.     display: none;
  62. }
  63. .rating.your .your-text {
  64.     display: inline;
  65. }
  66. #links {
  67.     display: block;
  68. }
  69. #settings {
  70.     color: #6a6a6a;
  71.     cursor: pointer;
  72.     text-decoration: underline;
  73. }
  74.